html {
	color: #444;
	font-size: 1em;
	line-height: 1.4;
}

::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}

::selection {
	background: #b3d4fc;
	text-shadow: none;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

textarea {
	resize: vertical;
}

.browserupgrade {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}


/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */

body {
	font: 16px/26px Helvetica, Helvetica Neue, Arial;
}

.header-container{
	position: sticky;
	top: 0;

}

.wrapper {
	width: 75%;
	margin: 0 auto;
	/*max-width: 1280px;*/
}

nav{
	margin-top: 30px;
}


nav ul {
	margin: 0;
	padding: 0;
	text-align: right;
	list-style-type: none;
}


nav ul li {
	display: inline-block;
	margin-left: 5%;
	margin-bottom: 30px;
}

nav a {
	display: inline;
	margin-bottom: 10px;
	padding: 15px 10px;

	text-align: left;
	text-decoration: none;
	font-weight: bold;

	color: #044C95;


	border: 1px solid #044c95;
    background-color: #efefef;
    border-radius: 5px;
/*
Estilos hvr
para efecto background */

		vertical-align: middle;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		box-shadow: 0 0 1px rgba(0, 0, 0, 0);
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-moz-osx-font-smoothing: grayscale;
		position: relative;
		-webkit-transition-property: color;
		transition-property: color;
		-webkit-transition-duration: 0.3s;
		transition-duration: 0.3s;

}

nav a:before{
			content: "";
		position: absolute;
		z-index: -1;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: #044C95;
		-webkit-transform: scaleY(0);
		transform: scaleY(0);
		-webkit-transform-origin: 50% 100%;
		transform-origin: 50% 100%;
		-webkit-transition-property: transform;
		transition-property: transform;
		-webkit-transition-duration: 0.3s;
		transition-duration: 0.3s;
		-webkit-transition-timing-function: ease-out;
		transition-timing-function: ease-out;
}

nav a:hover,
nav a:focus, nav a:active {
	color: #fff;
	background-color: #044c95;
	transition: all .3s;
}

nav a:hover i{
	color: #fff;
}

nav a:hover:before,
nav a:focus:before, nav a:active:before {
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
	
}

/*nav a:hover {
	text-decoration: underline;
}*/

/* ==============
	MOBILE: Main
   ============== */

.main {
	padding: 30px 0;
}

.main article h1 {
	font-size: 2em;
}

.main aside {
	color: white;
	padding: 0px 5% 10px;
}

.footer-container footer {
	color: #133488;
	padding: 20px;
}

/* ===============
	ALL: IE Fixes
   =============== */

.ie7 .title {
	padding-top: 20px;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */




header.wrapper{
	width: 90%; /* 1140px - 10% for margins */
	margin: 0 auto;
	/*max-width: 1280px;*/
}



	.main article {
		/*float: left;*/
		width: 100%;
		margin: 15px auto;
		/*height: 150px;*/
	}

	.main aside {
		float: right;
		width: 28%;
	}







/* ==========================================================================
   Media Queries
   ========================================================================== */


   
@media only screen and (min-width: 480px) {

/* ====================
	INTERMEDIATE: Menu
   ==================== */

/*    nav a {
		float: left;
		width: 27%;
		margin: 0 1.7%;
		padding: 25px 2%;
		margin-bottom: 0;
	}

	nav li:first-child a {
		margin-left: 0;
	}

	nav li:last-child a {
		margin-right: 0;
	}*/

/* ========================
	INTERMEDIATE: IE Fixes
   ======================== */

	nav ul li {
		display: inline-block;
		margin-left: 5%;
		margin-bottom: 30px;
	}

	.oldie nav a {
		margin: 0 0.7%;
	}
}


@media only screen and (max-width: 768px) {
	.wrapper{
		width: 95%;
	}
	header a img.logo{
		width: 40%;
	}
	nav {
		margin-top: 2%;
		& a{
			font-size: 12px;
			padding: 5px;
		}
	}
	nav ul li{
		margin: 0;
		padding: 5px;

	}
	li i.fa{
		display: none;
	}
}



@media only screen and (min-width: 768px) {

/* ====================
	WIDE: CSS3 Effects
   ==================== */

	.header-container {
		-webkit-box-shadow: 0 5px 10px #aaa;
		   -moz-box-shadow: 0 5px 10px #aaa;
				box-shadow: 0 5px 10px #aaa;
	} 

/* ============
	WIDE: Menu
   ============ */

	.title {
		float: left;
	}
/* ============
	WIDE: Main
   ============ */


}

@media only screen and (min-width: 1140px) {

/* ===============
	Maximal Width
   =============== */

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
	display: none !important;
	visibility: hidden;
}

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

.invisible {
	visibility: hidden;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
	*,
	*:before,
	*:after {
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	a[href^="#"]:after,
	a[href^="javascript:"]:after {
		content: "";
	}

	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group;
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}
}